Contrib Colormaps

Collection of user-contributed colormaps

contrib_colormaps is a collection of user-contributed colormaps for use with Python plotting programs like Bokeh, Matplotlib, HoloViews, and Datashader.

View Colormap Swatches

For ease of use, we provide minimal plotting commands for use with contrib_colormaps. To use these plotting commands, you'll need to install HoloViews.

NOTE: HoloViews is not required to install or use contrib_colormaps, it is only required when using the plotting helper functions.

In [1]:
from contrib_colormaps.plotting import swatch
import holoviews as hv
In [2]:
hv.extension('matplotlib', logo=False)
swatch('sample')
Out[2]:
In [3]:
hv.extension('bokeh', logo=False)
swatch('sample')